malloc: remove extern declarations of malloc_bin_reloc() in board.c files
authorDaniel Schwierzeck <[email protected]>
Sun, 3 Jun 2012 12:40:04 +0000 (12:40 +0000)
committerTom Rini <[email protected]>
Wed, 26 Sep 2012 18:08:32 +0000 (11:08 -0700)
commit00d0d2ad4e875a70e212ec12d17ad5f872f6033d
tree8d33ba568e6bc1a9bd61577c3a5b2131b70a3873
parentb3873d3f4c424e6563750bb517fac03c2e833cdc
malloc: remove extern declarations of malloc_bin_reloc() in board.c files

Declare malloc_bin_reloc() in malloc.h and remove all extern declarations
in various board.c files to get rid of one checkpatch.pl warning.

Signed-off-by: Daniel Schwierzeck <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Andreas Bießmann <[email protected]>
Cc: Jason Jin <[email protected]>
Cc: Macpaul Lin <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Acked-by: Andreas Bießmann <[email protected]>
arch/avr32/lib/board.c
arch/m68k/lib/board.c
arch/mips/lib/board.c
arch/nds32/lib/board.c
arch/sparc/lib/board.c
include/malloc.h